home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
comm
/
Envoy
/
Talk
/
tkbase.i
< prev
Wrap
Text File
|
1994-04-17
|
1KB
|
49 lines
IFND SERVICESBASE_I
SERVICESBASE_I SET 1
;-----------------------------------------------------------------------
INCLUDE "exec/types.i"
INCLUDE "exec/libraries.i"
INCLUDE "exec/lists.i"
INCLUDE "exec/semaphores.i"
INCLUDE "utility/tagitem.i"
;-----------------------------------------------------------------------
STRUCTURE TALKSvc,LIB_SIZE
ULONG TALK_DOSBase
ULONG TALK_NIPCBase
ULONG TALK_SysBase
ULONG TALK_UtilityBase
ULONG TALK_Entity
ULONG TALK_SegList
STRUCT TALK_OpenLock,SS_SIZE
LABEL TALKSvc_SIZEOF
;-----------------------------------------------------------------------
LIBINIT
LIBDEF _LVOStartServce
;---------------------------------------------------------------------------
CALL MACRO <Function_Name>
xref _LVO\1
jsr _LVO\1(A6)
ENDM
;---------------------------------------------------------------------------
GO MACRO <Function_Name>
xref _LVO\1
jmp _LVO\1(A6)
ENDM
;---------------------------------------------------------------------------
ENDC ; SERVICESBASE_I